home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 192
- Top = 107
- BorderStyle = bsSingle
- Caption = 'Main Form'
- ClientHeight = 257
- ClientWidth = 298
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu
- Position = poDefaultPosOnly
- OnHide = FormHide
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl: TPageControl
- Left = 8
- Top = 8
- Width = 281
- Height = 241
- ActivePage = Sheet1
- TabOrder = 0
- TabStop = False
- object Sheet1: TTabSheet
- Caption = '&Original Stuff'
- object BtnShowExtensibleForm: TButton
- Left = 16
- Top = 20
- Width = 241
- Height = 181
- Caption = '&Show Extensible Form'
- TabOrder = 0
- OnClick = BtnShowExtensibleFormClick
- end
- end
- end
- object MainMenu: TMainMenu
- Left = 24
- Top = 16
- object MnuFile: TMenuItem
- Caption = '&File'
- object MnuLoadModule: TMenuItem
- Caption = '&Load Module...'
- ShortCut = 16460
- OnClick = MnuLoadModuleClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object MnuExit: TMenuItem
- Caption = 'E&xit'
- ShortCut = 32856
- OnClick = MnuExitClick
- end
- end
- end
- end
-